home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / diskutil / maxidisk.arc / README.TXT < prev    next >
Text File  |  1985-11-02  |  5KB  |  107 lines

  1. Cologne , West Germany , July 4 , 1988
  2.  
  3. ---- This file is a translation of the original german README file, written 
  4.      by Max Böhm, the author of this exceptional public domain program.  
  5.      Translated by COLONIUS.  Comments made by the translator are within 
  6.      brackets.
  7.  
  8. MAXIDISK.PRG installs a resetproof ramdisk, which compresses the files 
  9. stored in it.  It is usually possible, to store about 750 kB in a 500 kB 
  10. ramdisk!  This version works with all versions of ROM based TOS, including 
  11. the new Blitter TOS of the MEGA STs.  Any memory size, up to 4 megabyte, is 
  12. supported.  (Although it makes little sense to use a ramdisk on a 512 kB 
  13. system.)
  14.  
  15. MAXIDISK.PRG should reside in the AUTO folder on your boot disk, although 
  16. you may also install the ramdisk from the desktop after booting your ST.  
  17. (In this case you should rename the program to MAXIDISK.TOS, since it is not 
  18. a GEM application and will cause trouble if started as one.  It must, 
  19. however, carry the .PRG extender to autoboot from the AUTO folder.)
  20.  
  21. The first thing MAXIDISK.PRG does, is to check if there is already a 
  22. MAXIDISK installed.  In this case, you are informed about the size and the 
  23. assigned partition name and the installation terminates.
  24.  
  25. After this, MAXIDISK checks for MAXIDISK.INF on drive A and B (if started 
  26. from floppy) or on the logical drive (partition) it was started from.
  27.  
  28. If you would rather abort the installation of the ramdisk after starting 
  29. MAXIDISK.PRG, simply hit return without entering a numeric value when 
  30. prompted to enter the desired ramdisk size.  A message will inform you that 
  31. the ramdisk was not installed.
  32.  
  33. Once the MAXIDISK is installed, it is resetproof.  This means that the 
  34. contents of the ramdisk will survive the reset, not the driver program 
  35. itself.  You must start MAXIDISK.PRG after a reset, to be able to access the 
  36. data in the ramdisk.  If you fail to do so, the ramdisk will still remain 
  37. intact over any number of "warm" resets, but it will seem to be empty (0 
  38. bytes in 0 files) until the MAXIDISK driver is reinstalled.
  39.  
  40.  
  41. MAXIDISK.INF is an ASCII file which you may use to install the maxidisk 
  42. automatically after MAXIDISK.PRG has been invoked.
  43.  
  44. MAXIDISK.INF contains the size of the ramdisk, the drive number which shall 
  45. be assigned to the ramdisk (C through P) and the names of programs that 
  46. should be started after the ramdisk has been installed.  (You may edit this 
  47. file with any text editor or word processor that allows you to save plain 
  48. ASCII files.  If you should use 1st Word (any version), be sure to switch of 
  49. the word processor mode.  You may also delete MAXIDISK.INF entirely, if you 
  50. prefer to enter size and drive number manually.)  The example MAXIDISK.INF 
  51. file installs a 500 kB ramdisk as drive D, copies the contents of the folder 
  52. COPY_IT to the ramdisk and finally starts SET_TIME.TOS.  (see also COPY.TTP 
  53. and SET_TIME.TOS)
  54.  
  55.  
  56. The following files are not required for the operation of the Maxidisk, but 
  57. are utilities that are nice to have.
  58.  
  59.  
  60. COPY.TTP is used to copy files into the ramdisk on a coldstart bootup.  The 
  61. required parameters are the names of the source and destination folders.  
  62. (Example: A:\COPY_IT D:\ will copy all files within the folder "COPY_IT" on 
  63. drive A to the main directory of drive B.  It is a good idea to include the 
  64. line COPY.TTP A:\COPY_IT D:\ in MAXIDISK.INF to automate the procedure.)
  65.  
  66. SET_TIME.TOS allows you to set the ST's internal clock.
  67.  
  68. COPY.C and SET_TIME.C contain the C source code of COPY.TTP and SETTIME.TOS.  
  69. These files are contained in a seperate .ARC file which you may download or 
  70. not.
  71.  
  72.  
  73. MAXIDISK.INF, COPY.TTP and SET_TIME.TOS should reside in the root directory 
  74. of the same drive (either floppy or hard disk) as MAXIDISK.PRG.  If you have 
  75. two disk drives and MAXIDISK.PRG is not started from hard disk, both drives 
  76. will be checked for the MAXIDISK.INF file.
  77.  
  78.  
  79. Known Problems: none, so far -- at least if you rename MAXIDISK.PRG to 
  80.                 MAXIDISK.TOS if you start it from the desktop.  If you boot 
  81.                 in 40 column mode, the display will be somewhat garbled, but 
  82.                 the program works fine nonetheless, so this is not assumed 
  83.                 to be a problem.
  84.  
  85. Disclaimer:     This software and its documentation are in the public 
  86.                 domain.  You may copy them freely for non comercial purposes 
  87.                 only.  No warranty whatsoever is made regarding the 
  88.                 performance of this program and the accuracy of its 
  89.                 documentation. In other words: use it at your own risk!
  90.  
  91.  
  92. Problems , Suggestions etc : EMAIL to username COLONIUS on DELPHI.
  93.  
  94.  
  95. Original Program and all coding by:     Max Boehm
  96.                                         Im Engelbrauck 5
  97.                                         4670 Luenen
  98.                                         West Germany
  99.  
  100.  
  101. Conversion to the English language by:  Stephan Muhs
  102.                                         Wilhelmstr. 51
  103.                                         5000 Koeln 60
  104.                                         West Germany
  105.                                         (Username Colonius on Delphi)
  106.  
  107.